GetSurfaceData(List<String>,List<String>) Method
Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values.
Syntax
'Declaration Public Overloads Function GetSurfaceData( _ ByRef xLabels As List(Of String), _ ByRef yLabels As List(Of String) _ ) As Series
'Usage Dim instance As SeriesCollection Dim xLabels As List(Of String) Dim yLabels As List(Of String) Dim value As Series value = instance.GetSurfaceData(xLabels, yLabels)
public Series GetSurfaceData( out List<string> xLabels, out List<string> yLabels )
Parameters
- xLabels
- A string list representing the x axis Element names that can be mapped to the x axis on the surface chart. The index of the array corresponds to the x axis values.
- yLabels
- A string list representing the y axis Series names that can be mapped to the y axis on the surface chart. The index of the array corresponds to the y axis values.
Return Value
A series with surface data.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also